home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / EDEMO.DIR / 00200_Script_200 < prev    next >
Text File  |  1995-09-12  |  242b  |  15 lines

  1. on exitFrame
  2.   global gHowLongMovie
  3.   if the MovieTime of sprite 22 < gHowLongMovie then
  4.     If Rollover(28) then
  5.       HandCursor
  6.     else
  7.       ArrowCursor
  8.     end if
  9.     go the frame
  10.   else
  11.     go the frame + 1
  12.   end if
  13. end
  14.  
  15.